If you are upgrading an existing site from 15.2, you must modify your WebParts.skin or copy the updated file to gain access to the latest web controls and to avoid broken images and potential server errors.
Modifications to existing lines are shown in red for deletions and green for insertions.
1. With a text
editor or IDE, open the skin file:
C:\Program
Files\ASI\iMIS15\net\App_Themes\ThemeName\ThemeName.skin
2. Modify the following zones:
<asiweb:AsiWebPartZone runat="server" Font-Names="verdana,tahoma,arial,helvetica" style="width:100%;" DragHighlightColor="#00ff00" BorderStyle="solid" PartChromePadding="5" DragDropEnabled="true" BorderColor="Transparent" ><MenuVerbStyle BackColor="White" BorderStyle="none" BorderWidth="0" ForeColor="Black="#293c7c" />
<MenuVerbHoverStyle BackColor="#80A3BDe7e7e7" />
<MenuPopupStyle BorderColor="#80A3BD293c7c" width="100px" CellPadding="0" CellSpacing="0"
BorderWidth="1px" Font-Size="0.6em" Font-Names="verdana,tahoma,arial,helvetica"BackImageUrl = "~/AsiCommon/images/verbmenubackground.png"/>
<MenuLabelStyle ForeColor="White#ffffff" BorderWidth="0" />
<PartTitleStyle CssClass="TitleBarWebPartsTitleBar" Font-Bold="True" Font-Size="0.8em" ForeColor="White" />
<PartChromeStyle BackColor="#F7F6F3" BorderColor="#80A3BD BorderStyle="solid" Font-Names="Verdana" ForeColor="White" BorderColor="#293c7c" />
<EmptyZoneTextStyle Font-Size="0.8em" /> <HeaderStyle Font-Size="0.7em" ForeColor="#CCCCCC" HorizontalAlign="Center" /> <PartStyle Font-Size="0.8em" ForeColor="#333333" /> <TitleBarVerbStyle Font-Size="0.7em" Font-Underline="False" ForeColor="White" /></asiweb:AsiWebPartZone> <asiweb:AsiWebPartZone runat="server" SkinId="MinimialWebPartZone" Font-Names="verdana,tahoma,arial,helvetica" style="width:100%;"> <MenuVerbStyle BackColor="White" ForeColor="Black" /> <MenuVerbHoverStyle BackColor="#80A3BD" /><MinimizeVerb ImageUrl="~/AsiCommon/images/icon_right_arrow.png" />
<MenuPopupStyle BorderColor="#80A3BD" width="100px" CellPadding="0" CellSpacing="0" BorderWidth="1px" Font-Size="0.6em" Font-Names="verdana,tahoma,arial,helvetica" />
<MenuLabelStyle ForeColor="White" /> <PartTitleStyle CssClass="TitleBar" Font-Bold="True" Font-Size="0.8em" ForeColor="White" /> <PartChromeStyle BackColor="#F7F6F3" BorderColor="#80A3BD" Font-Names="Verdana" ForeColor="White" /> <EmptyZoneTextStyle Font-Size="0.8em" /> <HeaderStyle Font-Size="0.7em" ForeColor="#CCCCCC" HorizontalAlign="Center" /> <PartStyle Font-Size="0.8em" ForeColor="#333333" /> <TitleBarVerbStyle Font-Size="0.7em" Font-Underline="False" ForeColor="White" /></asiweb:AsiWebPartZone>
3. Add the following line to the end of the WebPartConnectionsZone:
<HeaderCloseVerb ImageUrl="images/smallclose.gif" />
4. Save the file.